home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1995 November
/
Macworld Nov ’95.toast
/
Developers
/
ResAnomaly 1.1
/
ResAnomaly Source
/
ResAnomaly Settings.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-07-02
|
317 b
|
17 lines
|
[
TEXT/MPCC
]
/*
ResAnomaly Settings defaults
©1995 Chris K. Thomas. All Rights Reserved.
These will probably become local FrDropApp state
at some point.
*/
#ifdef __powerc
const OSType kTextFileCreator = 'MPCC';
#else // 68k!
const OSType kTextFileCreator = 'MMCC';
#endif
const Str255 kDefaultDotExtension = "\pIDs.h";